﻿#imprensa {
    padding: 50px 45px;
}

#assessorias {
    padding: 30px 20px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

#assessorias #assessorias-title {
    margin: 0 0 10px 20px;
    color: #021f59;
    font-family: "Mohr-LighIt";
    font-size: 24px;
}

#assessorias #assessorias-box-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#assessorias #assessorias-box-items .assessorias-items {
    padding: 0 20px;
}

#assessorias #assessorias-box-items .assessorias-items .assessorias-pais {
    margin-bottom: 0;
    color: #00bf44;
    font-size: 16px;
    font-family: "Mohr-SemiBold";
}

#assessorias #assessorias-box-items .assessorias-items .assessorias-empresa {
    margin-bottom: 0;
    color: #021f59;
    font-size: 16px;
    font-family: "Mohr-SemiBold";
}

#assessorias #assessorias-box-items .assessorias-items .assessorias-text {
    margin-bottom: 0;
    color: #707070;
    font-size: 16px;
    font-family: "Mohr-Mediumlt";
}

#noticias {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 30%;
}

#noticias #noticias-col-1 #noticias-box-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

#noticias #noticias-col-1 #noticias-box-cards a {
    text-decoration: none;
    outline: none;
}

#noticias #noticias-col-1 #noticias-box-cards .noticia-card {
    height: 575px;
    border-radius: 6px;
    background-color: #f5f5f5;
    transition: all .2s ease-in;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#noticias #noticias-col-1 #noticias-box-cards .noticia-card:hover {
    box-shadow: 0 7px 10px 0 #021f5980;
}

#noticias #noticias-col-1 #noticias-box-cards .noticia-card .noticia-card-box-image {
    display: block;
    position: relative;
    height: 305px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 6px 6px 0px 0px;
}

#noticias #noticias-col-1 #noticias-box-cards .noticia-card .noticia-card-box-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all .9s ease-in;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
}

#noticias #noticias-col-1 #noticias-box-cards .noticia-card:hover .noticia-card-box-image img {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.15);
    -o-transform: translate(-50%, -50%) scale(1.15);
    -ms-transform: translate(-50%, -50%) scale(1.15);
    -moz-transform: translate(-50%, -50%) scale(1.15);
    -webkit-transform: translate(-50%, -50%) scale(1.15);
}

#noticias #noticias-col-1 #noticias-box-cards .noticia-card .noticia-card-box-text {
    padding: 20px 20px 35px;
    border-radius: 0 0 6px 6px;
}

#noticias #noticias-col-1 #noticias-box-cards .noticia-card .noticia-card-box-text .btn-categorias {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: fit-content;
    padding: 5px 10px;
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 12px;
    font-family: "Mohr-SemiBoldIt";
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #00bf44;
}

#noticias #noticias-col-1 #noticias-box-cards .noticia-card .noticia-card-box-text .noticia-title h6 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #021f59;
    font-size: 20px;
    font-family: "Mohr-Bold";
    overflow: hidden;
}

#noticias #noticias-col-1 #noticias-box-cards .noticia-card .noticia-card-box-text .noticia-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0 0;
    padding: 0;
    color: #707070;
    font-size: 14px;
    font-family: "Mohr-Mediumlt";
}

#noticias #noticias-col-1 #btn-carregar-mais {
    display: block;
    width: 35%;
    height: 40px;
    margin: 45px auto 0;
    padding: 10px 7px;
    color: #00bf44;
    font-size: 12px;
    font-family: "Mohr-SemiBold";
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 6px;
    transition: .3s all ease;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

#noticias #noticias-col-1 #btn-carregar-mais:hover {
    background: #00bf44;
    transform: scale(1.05);
    color: #fff;
}

#noticias #noticias-col-2 #box-search {
    padding: 30px 30px 50px;
    border-radius: 6px;
    background-color: #f5f5f5;
}

#noticias #noticias-col-2 #box-search #box-input-search {
    display: block;
    width: 70%;
}

#noticias #noticias-col-2 #box-search .search-text {
    color: #021f59;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "Mohr-LighIt";
}

#noticias #noticias-col-2 #box-search #box-input-search {
    margin-bottom: 40px;
}

#noticias #noticias-col-2 #box-search #box-input-search input {
    width: 100%;
    height: 46px;
    color: #707070;
    padding: 2px 35px 2px 5px;
    font-size: 16px;
    font-family: 'Mohr-Lighit';
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #021f59;
    background-color: transparent;
    -webkit-appearance: none;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    outline: none;
}

#noticias #noticias-col-2 #box-search #box-input-search input::placeholder {
    margin-bottom: 10px;
    color: #021f5980;
    font-size: 14px;
}

#noticias #noticias-col-2 #box-search #box-input-search #search-lupa-icon {
    width: 1.56rem;
    height: 1.56rem;
    float: right;
    transform: translate(-3px, -40px);
    background-image: url(../images/imprensa-lupa.svg);
    background-repeat: no-repeat;
}

#noticias #noticias-col-2 #box-search #box-input-search #search-clear-icon {
    display: none;
    width: 1.56rem;
    height: 1.56rem;
    float: right;
    transform: translate(-3px, -40px);
    background-image: url(../images/imprensa-limpar.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

#noticias #noticias-col-2 #box-search #box-categorias-search {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#noticias #noticias-col-2 #box-search #box-categorias-search .btn-categorias-search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: fit-content;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 12px;
    font-family: "Mohr-SemiBoldIt";
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #00bf44;
    cursor: pointer;
    transition: .3s;
}

#noticias #noticias-col-2 #box-search #box-categorias-search .btn-categorias-search.active,
#noticias #noticias-col-2 #box-search #box-categorias-search .btn-categorias-search:hover {
    color: #00bf44;
    background-color: #fff;
}

#search-results p {
    color: #021f59;
    font-size: 21px;
    line-height: 70px;
    text-align: left;
    font-family: "Mohr-SemiBold";
}

#search-results #txt-clear-search {
    color: #00bf44;
    font-size: 21px;
    line-height: 70px;
    text-align: left;
    font-family: "Mohr-Mediumlt";
    text-decoration: none;
    cursor: pointer;
}

#search-results #txt-clear-search:hover {
    color: #00bf44;
}

@media screen and (max-width: 1024px) {
    #noticias {
        grid-template-columns: 1fr;
    }

    #noticias-col-2 {
        grid-row: 1;
    }

    #noticias #noticias-col-2 #box-search #box-input-search {
        width: 100%;
    }
}

@media screen and (max-width: 860px) {
    #assessorias #assessorias-box-items {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    #imprensa {
        padding: 50px 20px;
    }

    #noticias #noticias-col-1 #btn-carregar-mais {
        width: 200px;
    }
    
    #noticias #noticias-col-1 #noticias-box-cards {
        grid-template-columns: 1fr;
    }
}

